home *** CD-ROM | disk | FTP | other *** search
- Attribute VB_Name = "Module1"
- Option Explicit
-
- ' Declare the variables that carry information
- ' across forms.
- Global GlobalText As Variant
- Global GlobalResult As Boolean
- Global GlobalSize As Long
- Global GlobalRootStorage As Object
-
- ' The 16-bit version of the Outline control does
- ' not define these constants.
- #If Win16 = 1 Then
- Global Const outClosed = 0
- Global Const outOpen = 1
- Global Const outLeaf = 2
- #End If
-